GetGridMapping Interface

public interface GetGridMapping

Module Procedures

public function GetGridMappingFloat(layer) result(grid_mapping)

get grid mapping for a floating point grid

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(inout) :: layer

Return Value type(CRS)

public function GetGridMappingInteger(layer) result(grid_mapping)

get grid mapping for a floating point grid

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(inout) :: layer

Return Value type(CRS)